home *** CD-ROM | disk | FTP | other *** search
/ Internet Tools (InfoMagic) / Internet Tools.iso / dos_win / winsock / maillist / 94-05.Z / 94-05 / 000285_news@bigblue.oit.unc.edu_Tue May 20 16:56:32 1994.msg < prev    next >
Internet Message Format  |  1994-05-31  |  6KB

  1. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  2.           id AA19126; Fri, 20 May 1994 13:25:10 -0400
  3. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  4.           id AA20883; Fri, 20 May 1994 12:55:40 -0400
  5. Received: from GATEWAY by bigblue with netnews
  6.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  7. To: winsock@sunsite.unc.edu
  8. Date: 20 May 1994 16:56:32 GMT
  9. From: ewang@alumni.EECS.Berkeley.EDU (Edward Wang)
  10. Message-Id: <2riq40$316@agate.berkeley.edu>
  11. Organization: University of California, Berkeley
  12. Sender: ses
  13. Subject: Problem with install Trumpet with Windows for Workgroups
  14.  
  15. I'm having problems installing the Trumpet Winsock with Windows for
  16. Workgroups.  According to the Trumpet Winsock instructions I need to
  17. call WINPKT in my autoexec.bat file.  However WINPKT takes a "vector" or
  18. a Software Interrupt Address as an argument.  How do I find out what "vector"
  19. WfW is using?  (The suggested default 0x60 doesnt't work.)
  20.  
  21. I've got Trumpet to work by using my network card's default driver.  I found
  22. the "vector" to use in the card's *.cfg file.  However, when I do this I
  23. can't see any other workgroup machines anymore.  So does anyone know what
  24. "vector" Windows for Workgroup's driver uses?
  25.  
  26.  
  27.                             Thanks,
  28.                             Edward
  29. From news@bigblue.oit.unc.edu Thu May 19 19:46:25 1994
  30. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  31.           id AA19154; Fri, 20 May 1994 13:25:16 -0400
  32. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  33.           id AA24360; Fri, 20 May 1994 13:16:38 -0400
  34. Received: from GATEWAY by bigblue with netnews
  35.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  36. To: winsock@sunsite.unc.edu
  37. Date: Thu, 19 May 1994 19:46:25 +0000
  38. From: nikki@trmphrst.demon.co.uk (Nikki Locke)
  39. Message-Id: <769401985snx@trmphrst.demon.co.uk>
  40. Organization: Trumphurst Ltd.
  41. Sender: ses
  42. References: <18MAY199414423251@ariel.lerc.nasa.gov>
  43. Subject: Re: A really basic question.  (Is it in the FAQ?)
  44.  
  45. In article <18MAY199414423251@ariel.lerc.nasa.gov> loney@ariel.lerc.nasa.gov (Patrick Loney) writes:
  46. >      Okay.  I've read the winsock documentation and can see the links with
  47. > the BSD stuff rewriting an application that used to be on a unix box does
  48. > not look to tough.  However, there is one point I am still green on.  How
  49. > do I link my object code with the winsock.dll?
  50.  
  51. Consult your compiler documentation.
  52.  
  53. Basically, there should be a utility (often called IMPLIB) which takes 
  54. winsock.dll as input, and produces winsock.lib. The winsock.lib file 
  55. produced is an ordinary library file, which contains magic code to 
  56. translate your ordinary pascal function call into a winsock.dll call.
  57. You then link with this library in the normal way.
  58.  
  59. Users of Visual Basic may need to do something else - most VB applications
  60. which use winsock seem to use another library - perhaps it's something to 
  61. do with custom controls.
  62.  
  63. -- 
  64. Nikki Locke,Trumphurst Ltd.(PC & Unix consultancy) nikki@trmphrst.demon.co.uk
  65. trmphrst.demon.co.uk is NOT affiliated with ANY other sites at demon.co.uk.
  66. From news@bigblue.oit.unc.edu Tue May 20 17:14:07 1994
  67. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  68.           id AA27024; Fri, 20 May 1994 13:56:56 -0400
  69. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  70.           id AA18932; Fri, 20 May 1994 13:42:28 -0400
  71. Received: from GATEWAY by bigblue with netnews
  72.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  73. To: winsock@sunsite.unc.edu
  74. Date: 20 May 1994 17:14:07 GMT
  75. From: ppoh@iddis.com (Paul B. Poh)
  76. Message-Id: <IDDPBP.94May20131407@iddss1.iddis.com>
  77. Organization: IDD Information Services
  78. Sender: ses
  79. Subject: WFTPD problems
  80.  
  81.  
  82. Hi,
  83.  
  84. I just obtained Alun Jones winsock FTP daemon (version 1.9b) but I seem to
  85. be having some problems with it.
  86.  
  87. The daemon seem to be working well enough but it appears to be dropping
  88. every other command that is sent to it. Just the first character of the
  89. command string. I tried the greedy option and increased the buffers of my
  90. FTP stack but couldn't seem to solve the problem.
  91.  
  92. I'm using MS-DOS 5.0, PC/TCP 2.3, Window 3.1, and the FTP client was
  93. the standard Solaris client on a SPARC 2. 
  94.  
  95. Thanks for any tips and/or help.
  96.  
  97. --
  98.  
  99. -----------
  100. Paul B. Poh (ppoh@iddis.com)
  101. Software Development
  102. IDD Information Services
  103. From news@bigblue.oit.unc.edu Fri May 20 14:25:10 1994
  104. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  105.           id AA04824; Fri, 20 May 1994 14:25:10 -0400
  106. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  107.           id AA09369; Fri, 20 May 1994 14:09:17 -0400
  108. Received: from GATEWAY by bigblue with netnews
  109.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  110. To: winsock@sunsite.unc.edu
  111. Date: Fri, 20 May 1994 11:04:46
  112. From: tempest@wln.com (Kevin Wisehart)
  113. Message-Id: <tempest.6.000B14AC@wln.com>
  114. Organization: Cyber-Net Systems
  115. Sender: ses
  116. References: <Cq3wzF.87E@news.ess.harris.com>
  117. Subject: Re: NNTP Protocol
  118.  
  119. In article <Cq3wzF.87E@news.ess.harris.com> gsegalli@ic1d.harris.com (Greg Segallis) writes:
  120. >From: gsegalli@ic1d.harris.com (Greg Segallis)
  121. >Subject: NNTP Protocol
  122. >Date: Fri, 20 May 1994 15:14:01 GMT
  123.  
  124. >I am interested in trying my hand at winsock programming.  I want
  125. >to start with a newsreader program.  I am looking for any references
  126. >or sources (standards, ftp sites, etc.) for the NNTP protocol or
  127. >anything related to newsreaders.  Please reply directly to my email
  128. >address.
  129.  
  130. >Thanks,
  131. >Greg
  132.  
  133. Post to this newsgroup also please!
  134.  
  135.  
  136.  
  137. ---------------------------------------------------------
  138. Kevin T. Wisehart           Internet:tempest@wln.com
  139.  
  140. "Yet another hitchhiker on the Information SuperHighway."
  141.